home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / DESK95 / wincomm / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TASSOCIATEDLG / TASSOCIATEDLG.txt
Text File  |  1997-04-14  |  2KB  |  126 lines

  1. object ASSOCIATEDLG: TASSOCIATEDLG
  2.   Tag = 1
  3.   Left = 242
  4.   Top = 109
  5.   HelpContext = 130
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Associate'
  9.   ClientHeight = 174
  10.   ClientWidth = 389
  11.   Font.Color = clBtnText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Tag = 6
  21.     Left = 4
  22.     Top = 2
  23.     Width = 296
  24.     Height = 15
  25.     AutoSize = False
  26.     Caption = 'All files with &extension (ending with):'
  27.     FocusControl = id_as_extension
  28.     WordWrap = True
  29.   end
  30.   object Associatewith: TLabel
  31.     Tag = 7
  32.     Left = 4
  33.     Top = 24
  34.     Width = 296
  35.     Height = 15
  36.     AutoSize = False
  37.     Caption = '&Associate with:'
  38.     FocusControl = id_as_assotiations
  39.     WordWrap = True
  40.   end
  41.   object id_as_extension: TComboBox
  42.     Left = 305
  43.     Top = 1
  44.     Width = 80
  45.     Height = 21
  46.     Font.Color = clWindowText
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ItemHeight = 13
  51.     MaxLength = 255
  52.     ParentFont = False
  53.     Sorted = True
  54.     TabOrder = 0
  55.     OnChange = id_as_extensionChange
  56.   end
  57.   object id_as_assotiations: TComboBox
  58.     Left = 4
  59.     Top = 42
  60.     Width = 296
  61.     Height = 131
  62.     Style = csSimple
  63.     Font.Color = clWindowText
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ItemHeight = 13
  68.     MaxLength = 255
  69.     ParentFont = False
  70.     Sorted = True
  71.     TabOrder = 1
  72.     OnChange = id_as_assotiationsChange
  73.   end
  74.   object Ok: TButton
  75.     Tag = 4001
  76.     Left = 305
  77.     Top = 66
  78.     Width = 80
  79.     Height = 23
  80.     Caption = 'Ok'
  81.     Default = True
  82.     TabOrder = 3
  83.     OnClick = OkClick
  84.   end
  85.   object Cancel: TButton
  86.     Tag = 4002
  87.     Left = 305
  88.     Top = 91
  89.     Width = 80
  90.     Height = 23
  91.     Cancel = True
  92.     Caption = 'Cancel'
  93.     TabOrder = 4
  94.     OnClick = CancelClick
  95.   end
  96.   object id_as_search: TButton
  97.     Tag = 5
  98.     Left = 305
  99.     Top = 41
  100.     Width = 80
  101.     Height = 23
  102.     Caption = '&Browse...'
  103.     TabOrder = 2
  104.     OnClick = id_as_searchClick
  105.   end
  106.   object id_globalhelp: TButton
  107.     Tag = 4003
  108.     Left = 305
  109.     Top = 116
  110.     Width = 80
  111.     Height = 23
  112.     Caption = '&Help'
  113.     TabOrder = 5
  114.     OnClick = id_globalhelpClick
  115.   end
  116.   object Translate1: TTranslate
  117.     Tag = 5020
  118.     Left = 352
  119.     Top = 144
  120.   end
  121.   object ResolutionFix1: TResolutionFix
  122.     Left = 316
  123.     Top = 144
  124.   end
  125. end
  126.